home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94b.txt / 000074_icon-group-sender _Tue Oct 18 23:29:16 1994.msg < prev    next >
Internet Message Format  |  1995-02-09  |  22KB

  1. Received: by cheltenham.cs.arizona.edu; Tue, 18 Oct 1994 19:53:06 MST
  2. To: icon-group-l@cs.arizona.edu
  3. Date: Tue, 18 Oct 1994 23:29:16 GMT
  4. From: toni@usenix.org (Toni Veglia)
  5. Message-Id: <Cxw6Ks.D47@usenix.org>
  6. Organization: USENIX Association, Berkeley, CA
  7. Sender: icon-group-request@cs.arizona.edu
  8. Reply-To: toni@usenix.org (Toni Veglia)
  9. Subject: USENIX Very High Level Languages Symposium - NEXT WEEK!
  10. Errors-To: icon-group-errors@cs.arizona.edu
  11.  
  12.  
  13. USENIX SYMPOSIUM ON VERY HIGH LEVEL LANGUAGES (VHLL)
  14.  
  15. OCTOBER 26 - 28, 1994
  16. EL DORADO HOTEL
  17. SANTA FE, NEW MEXICO
  18.  
  19. ***********************************************
  20. THIS POSTING CONTAINS:
  21.   Technical Session Descriptions
  22.   Schedule of Events
  23.   Hotel and General Conference Information
  24.   Registration Form
  25. ***********************************************
  26.  
  27. The USENIX Symposium on Very High Level Languages will spotlight
  28. high level languages and their usefulness in leveraging specific
  29. problem areas.  The Symposium will introduce participants to new
  30. concepts and approaches through original unpublished work.
  31. Programmers will learn about the relative strengths and
  32. weaknesses and extract the key concepts common to the languages
  33. presented.
  34.  
  35. Using very high level languages (VHLLs), programmers can
  36. assemble entire applications from large building blocks in just
  37. a small fraction of the time required if conventional
  38. programming strategies were used.  Programmers take advantage of
  39. increasingly available hardware cycles, trading cheap machine
  40. time for costly programmer time.  VHLLs offer one of the most
  41. promising approaches toward radically improving programmer
  42. productivity.
  43.  
  44. UNIX has long supported very high level languages -- consider
  45. AWK and the various shells.  Often programmers create new little
  46. languages whenever a problem appears of sufficient complexity to
  47. merit a higher level programming interface -- consider
  48. sendmail.cf.  In recent years many UNIX programmers have turned
  49. to VHLLs for rapid prototypes and complete applications.  They
  50. take advantage of these languages' higher level of abstraction
  51. to complete projects more rapidly and easily than they could
  52. with lower level languages.
  53.  
  54. While VHLLs such as TCL, Perl, Icon, and REXX have gained
  55. widespread use and popularity, many others never see the public
  56. light.  Some of these languages address a limited problem domain
  57. (such as graphics, text processing, or mathematical modeling)
  58. using powerful primitives created for that specific problem.
  59. Other VHLLs are more general-purpose, but still much higher
  60. level than most traditional compiled languages.  Some are
  61. stand-alone languages, while others can be embedded in other
  62. programs.  Many are interpreted, although some are compiled to
  63. native machine code; a few occupy a gap between both worlds.
  64.  
  65.  
  66. PRELIMINARY TECHNICAL PROGRAM
  67. Wednesday-Friday, October 26-28, 1994
  68.  
  69. WEDNESDAY, OCTOBER 26
  70.  
  71. Keynote Address:  Languages I've Loved -- 8:45-9:45
  72. Dr. Jon Bentley, AT&T Bell Laboratories
  73.  
  74. Good languages get the job done; they are useful and clean, but
  75. they don't have fans.  Great languages will inspire passionate
  76. users.  This talk surveys some of the languages that I have
  77. loved, from AWK to Visual Basic.  I will illustrate the
  78. languages with the kinds of programs I would like to see in
  79. documentation; tiny programs to display language features and
  80. small programs that solve substantial problems.
  81.  
  82. Jon L. Bentley is a Member of Technical Staff in the Computing
  83. Science Research Center at AT&T Bell Laboratories.  His research
  84. interests include programming techniques and algorithm design.
  85. Dr. Bentley received a B.S. degree in Mathematical Sciences from
  86. Stanford University in 1974, and M.S. and Ph.D. degrees in
  87. Computer Science from the University of North Carolina in 1976.
  88. He is the author of three books:  Writing Efficient Programs,
  89. Programming Pearls, and More Programming Pearls.
  90.  
  91. Language Overview:  Perl -- 10:15 - 11:15
  92.   Larry Wall, NetLabs, Inc.
  93.  
  94. Originally perceived as a text-processing language for writing
  95. impenetrable one-liners, Perl has recently developed into a
  96. language that can be used in polite company.  Larry Wall, the
  97. author of Perl, will talk about what happens when you try to
  98. combine all your favorite languages into one language.  He'll
  99. present the original design rationale for Perl, and how "Perl
  100. philosophy" is evolving with the development of Perl version 5,
  101. and why you should care.
  102.  
  103. Language Overview:  TCL - A Universal Scripting Language
  104. 11:15-12:15
  105.   Dr. John Ousterhout, Sun Microsystems, Inc.
  106.  
  107. In this talk I will give a brief overview of Tcl, a universal
  108. scripting language, and Tk, its companion GUI toolkit.  Then I
  109. will discuss how the Tcl language evolved and the design issues
  110. behind it.  Finally, I will critique the language and describe
  111. what I would do differently if I were to start again.
  112.  
  113. Language Overview:  Python Programming Language -- 1:30-2:30
  114.   Guido van Rossum, CWI 
  115.  
  116. Python is an interpreted, object-oriented language with a clear,
  117. intuitive syntax, powerful high-level data structures, and a
  118. flexible dynamic type system.  It provides modules and classes
  119. which make the construction of large Python programs feasible.
  120. The talk will start with a quick introduction to Python, then
  121. discuss the rationale of its design, and round off with a look
  122. in the crystal ball.
  123.  
  124. Language Overview:  REXX --  2:30-3:30
  125.   Pamela J. Taylor, REXX Language Association, The Workstation
  126.   Group
  127.  
  128. REXX is a versatile language used for applications that include
  129. "throw-away" procedures, "glue" programs, prototyping, systems
  130. administration, and mission-critical business applications.
  131. This presentation will discuss:   The philosophy of the language
  132. and the history of its development;  features  that make it easy
  133. to learn, use and suited for a broad range of applications.
  134.  
  135. Language Overview:  Icon Programming Languages -- 4:00-5:00
  136.   Dr. Clinton Jeffery, University of Texas - San Antonio
  137.  
  138. Icon is a general-purpose programming language derived from
  139. Snobol4.  It's primary innovation is an expression evaluation
  140. model that integrates  procedural programming with generators
  141. and backtracking.  This is matched in utility by a large
  142. repertoire of built-in operations and heterogeneous structures.
  143. An optimizing compiler and portability to platforms ranging from
  144. supercomputers and IBM mainframes to many PC operating systems
  145. broaden Icon's appeal.
  146.  
  147. Applications Experience with an Implicitly Parallel Compositional 
  148. Language -- 7:00-7:30
  149.     Rangaswamy Jagannathan, Christopher Dodd, Computer Science 
  150.     Laboratory, SRI International
  151.  
  152. Invited Talk:  From Blazon to Postscript -- 7:30-8:45pm
  153.    Daniel V. Klein, LoneWolf Systems
  154.  
  155. Invited Talk:  Objecting to Objects -- 8:45-10:00pm
  156.   Stephen C. Johnson, Melismatic Software
  157.  
  158. THURSDAY, OCTOBER 27
  159.  
  160. Language Overview:  Standard ML -- 8:30-9:30
  161.   Andy Koenig, AT&T Bell Laboratories
  162.  
  163. Standard ML is a strongly typed general-purpose language with
  164. particularly good support for functional programming, data
  165. abstraction, and composition of modules.  It feels a little like
  166. strongly typed Lisp with different syntax.  A robust compiler
  167. that generates fast machine code is available free of charge.
  168.  
  169.  
  170. SESSION 1 -- 10:00-11:30 
  171.  
  172. An Anecdote About ML Type Inference
  173.   Andy Koenig, AT&T Bell Laboratories
  174.  
  175. libscheme:  Scheme as a C Library
  176.   Brent Benson Jr., Harris Computer Systems
  177.  
  178. A New Architecture for the Implementation of Scripting
  179. Languages
  180.   Adam Sah and Jon Blow, University of California, Berkeley
  181.  
  182.  
  183. SESSION 2 -- 1:00-2:30
  184.  
  185. Tcl/Tk for a Personal Digital Assistant
  186.   Karin Petersen, Xerox PARC
  187.  
  188. Using Tcl to Control a Computer-Participative Multimedia
  189. Programming Environment
  190.   Christopher Lindblad, Massachusetts  Institute of Technology
  191.  
  192. TkPerl - - A Port of the Tk Toolkit to Per15
  193.   Malcolm Beattie, Oxford University
  194.  
  195. SESSION 3 -- 3:00-4:30
  196.  
  197. Rapid Programming with Graph Rewrite Rules
  198.   Andy Schuerr, Aachen University of Technology
  199.  
  200. End-User Systems, Reusability, and High-Level Design
  201.   John Snyder, Kiem-Phong Vo and Glenn Fowler, AT&T Bell
  202.   Laboratories
  203.  
  204. Compiling Matlab
  205.   Stephen C. Johnson, Melismatic Software; 
  206.   Cleve Moler, The Mathworks, Inc.
  207.  
  208. Invited Talk:   Lessons Learned from Postscript -- 4:30-5:30 
  209.   Dick Dunn, QMS Inc.
  210.  
  211. USENIX RECEPTION -- 6:00-8:00
  212.  
  213.  
  214. FRIDAY, OCTOBER 28
  215.  
  216. SESSION 4 -- 8:30 - 10:00
  217.  
  218. Ksh:  An Extensible High-Level Language
  219.   David Korn, AT&T Bell Laboratories
  220.  
  221. Fornax:  A General-Purpose Programming Language
  222.   J. Storrs Hall, Rutgers University
  223.  
  224. Graphics Programming in Icon Version 9
  225.   Clinton Jeffery, University of Texas - San Antonio;
  226.   Ralph Griswold and Gregg Townsend, University of Arizona
  227.  
  228. SESSION 5 -- 10:30-11:30
  229.  
  230. Application Languages in Software Production
  231.   David Ladd and Christopher Ramming, AT&T Bell Laboratories
  232.  
  233. Using a Very-High Level Language to Build Familities of High
  234. Quality Resuable Components
  235.   Gary Pollice, CenterLine Software, Inc.
  236.  
  237.  SESSION 6 -- 1:00-2:00
  238.  
  239. Dixie:  A Distributed Internet Execution Environment
  240.   R. Stockton Gaines, University of Southern California,
  241.   Information Sciences Institute
  242.  
  243. Feature-Based Portability
  244.   Glenn Fowler, David Korn, John Snyder and Kiem-Phong Vo, AT&T
  245.   Bell Laboratories
  246.  
  247. Footnote:  High-Level Languages, Little Languages, and Software
  248. Productivity -- 2:00-3:00
  249.   Stephen C. Johnson, Melismatic Software
  250.  
  251. Traditional methods of writing software are pricing themselves
  252. out of the market.  For a while, traditional software methods
  253. will survive through offshore manufacturing, but the future
  254. belongs to high level languages both general purpose and special
  255. purpose ("little languages")--that can exploit cheap machine
  256. cycles to replace expensive programmers, shorten design cycles,
  257. and even lead to "user configurable" software.
  258.  
  259. Closing Remarks -- 3:00
  260.   Tom Christiansen, Consultant
  261.  
  262.  
  263. PROGRAM COMMITTEE
  264. =================
  265. Program Chair:  Tom Christiansen, Consultant
  266.  
  267. Jon Bentley, AT&T Bell Laboratories
  268. Stephen C. Johnson, Melismatic Software
  269. Brian Kernighan, AT&T Bell Laboratories
  270. John Ousterhout, University of California, Berkeley
  271. Henry Spencer, University of Toronto
  272. Larry Wall, NetLabs, Inc.
  273.  
  274.  
  275. IMPORTANT SYMPOSIUM DATES & SCHEDULE OF EVENTS
  276. ==============================================
  277. Pre-Registration Deadline:  October 12, 1994
  278. Hotel Reservation Deadline:   September 26, 1994
  279.  
  280.     TUESDAY, October 25
  281. 6:00pm -   9:00pm -  Registration & Welcome Reception 
  282.     WEDNESDAY, October 26
  283. 8:30am -   5:00pm - Technical Sessions
  284. 7:00pm - 10:00pm -  Invited Talks
  285. 7:00pm -11:00pm -   Birds of a Feather Sessions
  286.     THURSDAY, October 27
  287. 8:30am -   5:30pm -  Technical Sessions and Invited Talk
  288. 6:00pm -   8:00pm -  Symposium Reception
  289. 8:00pm - 11:00pm -  Birds of a Feather Sessions
  290.     FRIDAY, October 28
  291. 8:30am -   3:00pm - Technical Sessions
  292.  
  293.  
  294. HOTEL INFORMATION
  295. =================
  296. Room reservation deadline is September 26 1994.   
  297. The Symposium headquarters will be:
  298.  
  299. Eldorado Hotel 
  300. 309 W. San Francisco Street
  301. Santa Fe, New Mexico  87501 
  302. Telephone: +1 (505) 988-4455
  303. Tollfree: +1 (800) 762-2333
  304.  
  305. ROOM RATES:  $110.00 Single/Double Occupancy
  306. (Plus prevailing tax, currently at 10.125%)
  307.  
  308. YOU SHOULD BE AWARE - the hotel has indicated there is a strong
  309. possibility that rooms will not be available after the September
  310. 26th deadline.   It is strongly recommended that you make your
  311. room reservations EARLY, even if your attendance and travel
  312. plans are not confirmed.  Should you desire to cancel your room
  313. reservations, you must notify the hotel at least 72 hours in
  314. advance.
  315.  
  316. To Make Your Reservation:  Call the Hotel directly and ask for
  317. the Reservations Desk.  Tell reservations that you are a USENIX
  318. Attendee to take advantage of our group rate.  A one nights
  319. deposit is required for all reservations.  Should you desire to
  320. cancel your reservation, you must notify the hotel at least 72
  321. hours prior to your scheduled arrival.
  322.  
  323.  
  324. DO YOU KNOW THE WAY TO SANTA FE?
  325. ================================
  326. Air Transportation:  Albuquerque International Airport is the
  327. closest major airport to Santa Fe and is serviced by five major
  328. carriers.  Santa Fe has its own small municipal airport which
  329. offers commuter service from Albuquerque and Denver.
  330.  
  331. Getting from Albuquerque to Santa Fe:  Santa Fe is located just
  332. off Interstate 25, 60 miles north of Albuquerque.  You may make
  333. commuter airline arrangements, rent a car, or take the shuttle
  334. transportation to reach Santa Fe.  Information is shown below:
  335.  
  336. Commuter Airline:  Mesa Airlines, +1 (505) 473-4118
  337.  
  338. Car Rental Agencies:
  339. Avis, Budget, Enterprise, Hertz, Payless, Dollar, National,
  340. Sears and Alamo
  341.  
  342. Shuttle Transportation:
  343. Shuttlejack provides bus transportation service from 6:40am to
  344. 10:45pm, every two hours (10 times daily) between the
  345. Albuquerque International Airport and the Eldorado Hotel in
  346. Santa Fe.  Reservations ARE required for this service.  Payment
  347. must be paid by cash or travelers checks.  It is highly
  348. recommended that you call Shuttlejack BEFORE you make your
  349. flight arrangements to coordinate your flight arrival time with
  350. your shuttle service and verify their current time schedule and
  351. seating availability.  To make your reservation, call:
  352. Telephone:  +1-505-982-4311 Current Cost:  $20 one way
  353.  
  354.  
  355. USENIX RECEPTION
  356. You are invited to join in the fun, mingle with old and new
  357. friends and enjoy the plentiful hors d'oeuvres and beverages.
  358. The USENIX reception is Thursday, October 27, from 6:00-8:00pm.
  359.  
  360. BIRDS OF A FEATHER SESSIONS
  361. On Wednesday evening October 26th BOFs will be held from 7:00pm
  362. - 11:00pm and Thursday evening, October 27th from 8:00pm -
  363. 11:00pm.  If you wish to schedule a BOF, contact a USENIX staff
  364. person upon your arrival at the symposium.
  365.  
  366. CONFERENCE PROCEEDINGS:  One copy of the proceedings is included
  367. with your Technical Sessions registration fee. If you wish to
  368. order additional copies, you may contact the USENIX Association
  369. Executive Office at Telephone +1 (510) 528-8649, or direct your
  370. email to:  office@usenix.org.
  371.  
  372. POINTS OF INTEREST
  373. Santa Fe's elevation is approximately 7,000 feet above sea
  374. level.  It is known to have 300+ days of sunshine.  Santa Fe is
  375. indeed "a city of museums", both state operated and private
  376. facilities.  Some museums include:  Museum of New Mexico
  377. including the Palace of the Governors; Fine Arts Museum of
  378. Indian Art and Culture; the Laboratory of Anthropology; The
  379. Wheelwright Museum of the American Indian; Institute of American
  380. Indian Arts and the Children's Museum.  More than 200 art
  381. galleries display a vast array of works by noted regional
  382. artists, photographers and craftspersons.  The Santa Fe Ski
  383. Basin is located only 18 miles from Santa Fe and Taos is just
  384. over an hour away.
  385.  
  386. ABOUT USENIX
  387.  
  388. Since 1975, the USENIX Association has provided a forum for the
  389. communication of the results of innovation and research in UNIX
  390. and modern open systems.  It is well known for its technical
  391. conferences, tutorial programs, and the wide variety of
  392. publications it has sponsored over the years.  USENIX is the
  393. original (we celebrate our 20th anniversary in 1995),
  394. not-for-profit membership organization for individuals and
  395. institutions interested in UNIX and UNIX-like systems, by
  396. extension,  X, object-oriented technology, and other  advanced
  397. tools and technologies, and the broad interconnected and
  398. interoperable computing enviornment.
  399.  
  400. USENIX and its members are dedicated to:
  401. * fostering innovation and research that works,
  402. * communicating rapidly the results of both research and
  403.   innovation,
  404. * providing a neutral forum for the exercise of critical thought
  405.   and the airing of technical issues.
  406.  
  407. FOR FURTHER SYMPOSIUM INFORMATION, PLEASE CONTACT:
  408.  
  409. USENIX Conference Office
  410. 22672 Lambert St., Suite 613
  411. Lake Forest, CA  92630
  412. Telephone +1 (714) 588-8649
  413. FAX Number +1 (714) 588-9706
  414. Electronic Mail Address: conference@usenix.org
  415. Office Hours:  8:30am - 5:00pm Pacific Time
  416.  
  417.  
  418. REGISTRATION INFORMATION
  419. ========================
  420. REGISTER EARLY TO SAVE!
  421. PRE-REGISTRATION DEADLINE: October 12, 1994
  422. REGISTRATION FEES ARE  $50 HIGHER AFTER THAT DATE!
  423.  
  424. Pre-registration              *Member        Non-member   Full-time
  425.                                                             Student
  426. (Before Oct. 12, 1994)          $295.00       $360.00       $75.00
  427.  
  428. Registration (Aft Oct. 12, 1994)$345.00       $410.00       $75.00
  429.  
  430. *The member rate applies to current individual members of the
  431. USENIX Association, EurOpen , JUS and AUUG.
  432.  
  433. Full-time students please note: A limited number of scholarships
  434. are available for full-time students.  Contact the Conference
  435. Office for details.
  436.  
  437. Enjoy the Benefits of Becoming a USENIX Member -  If you are not
  438. a current USENIX member and wish to join, pay the non-member fee
  439. on the registration form and check the special box requesting
  440. membership.  $65 of your non-member fee will be designated as
  441. dues in full for a one-year individual USENIX Association
  442. membership.
  443.  
  444. Please complete and return the enclosed registration form with
  445. your payment.  You may pay by check (MAKE CHECK PAYABLE  TO
  446. USENIX CONFERENCE) or use your VISA, MasterCard, Diners Club or
  447. American Express charge card.  Payment MUST accompany
  448. registration form.  Purchase orders and vouchers are NOT
  449. accepted.   NOTE:  You may FAX your registration form if paying
  450. by credit card.  (To avoid duplicate billing when faxing your
  451. registration, do not mail an additional copy to the Conference
  452. Office.  You may telephone the conference office to confirm
  453. receipt of your fax.)
  454.  
  455. REFUND CANCELLATION POLICY:  If you must CANCEL, all refund
  456. requests must be in writing and postmarked no later than October
  457. 19, 1994.  Direct your letter to the USENIX Conference Office.
  458. You may telephone to substitute another in your place.
  459.  
  460. ==========================cut here================================
  461. ******************************************************************
  462. REGISTRATION FORM - USENIX SYMPOSIUM ON VERY HIGH LEVEL LANGUAGES
  463. ******************************************************************
  464.  
  465. Please complete the form below and return to the USENIX 
  466. Conference office (address below).
  467.  
  468. NAME________________________________________________________________
  469.          (first)                                 (last)
  470.  
  471. FIRST NAME FOR BADGE____________________________
  472.  
  473. COMPANY OR INSTITUTION______________________________________________
  474.  
  475. MAILING ADDRESS_____________________________________________________
  476.  
  477. CITY___________________________STATE_____COUNTRY________ZIP____________
  478.  
  479. TELEPHONE NO:_________________________FAX NO.___________________________
  480.  
  481. NETWORK ADDRESS______________________________________________________
  482.                           (Please write legibly)
  483.  
  484. If you do NOT want to appear in the attendee list, check here: ___
  485.  
  486. Is this your first USENIX Conference?   ___Yes  ___No
  487. What is your affiliation?  ___ Academic ___ Commercial ___ Gov't.
  488. Are you a current member of the USENIX Association?   ___ Yes  ___No
  489. (If you wish to join USENIX see below.*)
  490.  
  491. The address you provide will be used for all future USENIX 
  492. mailings unless you notify us in writing.
  493. ==========================================================
  494.  
  495. FEE SCHEDULE for TECHNICAL SESSIONS
  496.  
  497. TECHNICAL SESSIONS REGISTRATION FEES
  498. Wednesday, Thursday, Friday, October 26-28
  499.  
  500. MEMBER FEE................................................$295.00 _____
  501.    The member fee applies to current individual members
  502.    of the USENIX Association, JUS, EurOpen or AUUG.
  503.  
  504. NON-MEMBER FEE*...........................................$360.00 _____
  505.  
  506. Late fee applies after October 12, 1994................Add$ 50.00 _____
  507.  
  508. FULL-TIME STUDENT FEE - Pre-registered/On-Site............$ 75.00 _____
  509. (Students must include photocopy of current student I.D.
  510. card with registration form.)
  511.  
  512.                           TOTAL ENCLOSED...................$_________
  513.  
  514. *IF YOU WISH TO JOIN OR RENEW USENIX Check Here................... |_|
  515. Please take $65.00 of my non-member conference registration 
  516. fee to pay for a one year indiviudal membership in USENIX.
  517.  
  518. Payments must accompany registration form.  Purchase orders and 
  519. Vouchers not accepted.
  520.  
  521. Payment Enclosed (U.S. Dollars).
  522. Make check payable to USENIX CONFERENCE.
  523.  
  524. CHARGE TO MY:  ___VISA ___MASTERCARD ___AMERICAN EXPRESS ___DINERS CLUB
  525.  
  526. ACCOUNT NO.______________________________________ EXPIRATION DATE_________
  527.  
  528. _______________________________________/___________________________
  529.  Print Cardholder's Name                 Cardholder's Signature
  530.  
  531. You may FAX your registration form if paying by credit card to 
  532. USENIX CONFERENCE OFFICE, FAX +1 714 588 9706.  (If you FAX 
  533. registration, to avoid duplicate billing, do not mail additional 
  534. copy. You may telephone our office to confirm receipt of your 
  535. fax.)
  536.  
  537. REFUND CANCELLATION POLICY:  If you must CANCEL, all refund requests 
  538. must be in writing and postmarked no later than Ocotober 19, 1994. 
  539. Direct your letter to the USENIX Conference Office.  
  540.  
  541. ******************************************************************** 
  542.              PAYMENT MUST ACCOMPANY REGISTRATION FORM.
  543.              REGISTRATION VIA EMAIL IS NOT ACCEPTED.
  544. ********************************************************************
  545.  
  546. PLEASE COMPLETE REGISTRATION FORM AND RETURN IT ALONG 
  547. WITH YOUR FULL PAYMENT TO:
  548.  
  549. USENIX Conference Office
  550. 22672 Lambert St., Suite 613
  551. Lake Forest, CA 92630
  552. Telephone + 714 588 8649; FAX + 714 588 9706
  553. Internet Address: conference@usenix.org
  554. Office Hours: 8:30am-5:00pm Pacific Time
  555.  
  556.